home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
states
/
IOverride.as
< prev
next >
Wrap
Text File
|
2008-10-29
|
276b
|
16 lines
package mx.states
{
import mx.core.UIComponent;
public interface IOverride
{
function initialize() : void;
function remove(param1:UIComponent) : void;
function apply(param1:UIComponent) : void;
}
}